Revision: kernel-package--devel--9.0--patch-9
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Sun Jun 12 18:00:02 CDT 2005
Standard-date: 2005-06-12 23:00:02 GMT
Modified-files: kernel/ChangeLog kernel/image.postinst
    kernel/image.postrm kernel/image.preinst
    kernel/image.prerm
New-patches: srivasta@debian.org--etch/kernel-package--devel--9.0--patch-9
Summary: Export KERNEL_ARCH to all scripts run via the hooks
Keywords: 


The previous solution was only one half of the problem: we had made
kernel_arch available to the maintainer scripts, but had not exported the
variable to the hook scripts that the maintainer scripts run. This is the
second half of that work.

* kernel/image.postinst: Export KERNEL_ARCH

* kernel/image.postrm: Export KERNEL_ARCH

* kernel/image.preinst: Export KERNEL_ARCH

* kernel/image.prerm: Export KERNEL_ARCH

